Name | Description | |
---|---|---|
Add | Adds (appends) the item at the end of the collection | |
CanTransform | Overridden. Overriden to return true | |
Clear | Removes all children | |
Contains | Queries whether this collection contains the specified element at least once | |
CopyTo | Copies all items of this set to the specified array, starting from the specified array index. | |
GetIterator | Gets an iterator that iterates through the children in forward order. | |
GetReverseIterator | Gets an iterator that iterates throw the child elements in reverse order. | |
GetTransform | Overridden. Gets the matrix that transforms local to parent coordinates | |
HitTest | Overloaded. Overridden. Hit tests the node by point. | |
IndexOf | Returns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection. | |
Insert | Inserts the item at the specified index | |
InvalidateArrange | Invalidates the element arrange | |
InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. | |
InvalidateMeasure | Invalidates the element measure and pools the element for measure validation. | |
InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. | |
LocalToParent | Overloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system | |
ParentToLocal | Overloaded. Overridden. Transforms a point in parent coordinates to local coordinates | |
Remove | Removes the specified item. | |
RemoveAt | Removes the item at the specified index | |
ToArray | Converts this set to an array. | |
ValidateArrange | Called to arrange the element | |
ValidateMeasure | Called to validate the element measure |